ComponentOne FlexReport for WinForms
IndexOf Method (ChartObjectCollection<T>)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartObjectCollection<T> Class : IndexOf Method
The element.
Gets the index of the element.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As T _
) As System.Integer
public System.int IndexOf( 
   T item
)

Parameters

item
The element.

Return Value

The zero-based index of element or -1 if element does not exist in the collection.
See Also

Reference

ChartObjectCollection<T> Class
ChartObjectCollection<T> Members